PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.shadings Package / PDFRadialShading Class
Fields Methods


In This Topic
    PDFRadialShading Class Members
    In This Topic

    The following tables list the members exposed by PDFRadialShading.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Methods
     NameDescription
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public Methodstatic (Shared in Visual Basic)This method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.graphics.shadings.PDFShading)
    Public MethodGets a value indicating whether to filter the shading function to prevent aliasing artifacts. (Inherited from com.o2sol.pdf4java.graphics.shadings.PDFShading)
    Public MethodGets the shading color space. (Inherited from com.o2sol.pdf4java.graphics.shadings.PDFShading)
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.graphics.shadings.PDFShading)
    Public MethodGets the shading domain.
    The variable is considered to vary linearly between these two values as the color gradient varies between the starting and ending circles. The variable t becomes the input argument to the shading function.  
    Public MethodGets the position of the ending circle.  
    Public MethodGets the radius of the ending circle.  
    Public MethodGets the shading end color.
    The startColor and endColor can be set only when the shading uses an exponential function ().  
    Public MethodGets a value indicating whether to extend shading beyond the ending circle.  
    Public MethodGets a value indicating whether to extend shading beyond the starting circle.  
    Public MethodGets the shading function.
    The function is called with values of the parametric variable t in the domain defined by the method.  
    Public MethodGets the position of the starting circle.  
    Public MethodGets the radius of the starting circle.  
    Public MethodGets the shading start color.
    The startColor and endColor can be set only when the shading uses an exponential function ().  
    Public MethodSets a value indicating whether to filter the shading function to prevent aliasing artifacts. (Inherited from com.o2sol.pdf4java.graphics.shadings.PDFShading)
    Public MethodSets the shading color space. (Inherited from com.o2sol.pdf4java.graphics.shadings.PDFShading)
    Public MethodSets the shading domain.
    The variable is considered to vary linearly between these two values as the color gradient varies between the starting and ending circles. The variable t becomes the input argument to the shading function.  
    Public MethodSets the position of the ending circle.  
    Public MethodSets the radius of the ending circle.  
    Public MethodSets the shading end color.
    The startColor and endColor can be set only when the shading uses an exponential function ().  
    Public MethodSets a value indicating whether to extend shading beyond the ending circle.  
    Public MethodSets a value indicating whether to extend shading beyond the starting circle.  
    Public MethodSets the shading function.
    The function is called with values of the parametric variable t in the domain defined by the method.  
    Public MethodSets the position of the starting circle.  
    Public MethodSets the radius of the starting circle.  
    Public MethodSets the shading start color.
    The startColor and endColor can be set only when the shading uses an exponential function ().  
    Top
    See Also